#content{
/* 	width:80%; */
	width:100%;
/* 	margin: 60px auto 0; */
	margin: 0px auto 0;
/* 	padding-bottom:20px; */
}

.breadcrumbs a{
	margin-right:10px;
}

.submenu{
	border: 1px solid #dddddd;
	padding:10px 15px;
	margin-top:15px;
	margin-bottom:30px;
}

.submenu h3{
	font-size:16px;	
	font-weight:bold;
	margin:0px 0 15px 0;
}
.submenu-tit a{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	display: inline-block;
}

.article-moban{
	width:95%;
	margin: 0 auto;
}

.list-box{
	width:350px;
	margin: 20px 25px;
	float:left;
}

.list-box img{
	border-radius: 5px;
}

.list-box a h3{
	font-size: 16px;
}

.list-box p{
	text-indent: 2em;
	line-height:2;
}
.more{
	display:block;
	height:45px;
	line-height:45px;
	text-align:right;
	padding-right:15px;
	background: #f7f7f7;
}

#s-box{
	width:100%;
	border-top:15px solid #408dff;
	background-color:#fff;
}
.s-box-arrow{
	width:37px;
	height:37px;
	background: url(../images/s-box-arrow.jpg) no-repeat;
	margin:-23px auto 0;
}

.w1000{
	margin:0 auto;
	width: 1000px;
}

.s-box-wrap{
	padding-top:50px;
	width:1000px;
	margin:0 auto;
}

.s-box-wrap img{
/* 	width:100% !important; */
	margin: 0 auto;
	max-width:100%;
}

.s-box-tit{
	padding-bottom:20px;
	border-bottom:1px dashed #989898;
}

.s-box-cate-tit{
	color:#2c65b4;
}

.s-box-detail{
	padding:15px 0;
}

.s-box-detail p{
	line-height:30px;
	font-size: 16px !important;
}

.s-box-detail p span{
	font-size: 16px !important;
}

.toggle{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	width:902px;
	margin: 0 auto;
	padding: 15px 0;
}
.comments{
	width:902px;
	margin: 20px auto 0;
}

/*answer*/
.answer{
	margin-top:20px;
}
.answer_count h4{
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom: 1px solid #C1CAD4;
}
.answer_content ul{
	margin-left:0px;
}
.answer_content ul li{
	border-bottom: 1px dotted #c1cad4;
	padding: 15px 10px 15px 0;
}
.answer_content .good_bad a{
	background-image:url(../img/tool.png);
	height: 23px;
	display: block;
}
.answer .answer_content .good_bad{
	width:27px;
}
.answer .answer_content .good_bad .good{
	background-position: -27px -1516px;
}
.answer .answer_content .good_bad .bad{
	background-position: -27px -1541px;
}
.answer .answer_content em{
	font-size: 14px;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 23px;
	text-align: center;
	color: #2586cd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.answer_main{
	margin-left:10px;
	min-height:70px;
	overflow: hidden;
}
.answer_main .tool{
	font-size:12px;
	margin-top:10px;
	margin-bottom: 10px;
}
.tool #best_answer_btn{
}
.answer .answer_input{
		border: 1px solid #c1cad4;
	background-color: #e7eff3;
	padding: 15px;
	border-radius: 5px;
}
.answer .answer_input textarea{
	resize:none;
	height:100px;
}
.answer .answer-submit{
	margin-right:9px;
}
.answer_content .answer_comment ul li{
	font-size: 14px;
	border-bottom: none;
	margin: 5px 0 4px 100px;
	padding:0px;
}
.answer_content .answer_comment ul li blockquote{
	margin-bottom:10px;
	font-size:12px;
}
.best_answer{
	border: 2px solid #40AA53 !important;
	padding-left:6px !important;
	background:#efe url('../img/best.gif') no-repeat 620px 30px;
}
.icon-answer{
	background-position: -35px -1139px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top:-2px;
	margin-right:2px;
}
.icon-edit{
	background-image:url(../img/tool.png);
	background-position: -35px -1041px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-top:-2px;
	margin-right:2px;
}
.topics a.label{
	margin-left:6px;
}
/*添加问题评论*/
#uyan_frame{
	width:100%;
	margin: 30px auto 0;
}
.comment_reply{
	padding: 15px;
}
.comment_reply textarea{
	min-height:60px;
	width:510px;
	resize:none;
}
.comment_reply input[type="submit"]{
	margin-left:10px;
}

.article-content{
	width: 80%;
	margin: 60px auto 0;
}

.w80{
/* 	margin-top: 60px; */
/* 	width: 80%; */
}